home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2756 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.2 KB  |  35 lines

  1. Newsgroups: comp.lang.c++
  2. Path: twisto.eng.hou.compaq.com!news
  3. From: Ed McCreary <edm@twisto.compaq.com>
  4. Subject: Re: MSVC++ 4.0 changing string table resources at runtime
  5. Message-ID: <30FFB7A5.68AB@twisto.compaq.com>
  6. Sender: news@twisto.eng.hou.compaq.com (System Administrator)
  7. Mime-Version: 1.0
  8. X-Mailer: Mozilla 2.0b5 (WinNT; I)
  9. Content-Type: text/plain; charset=us-ascii
  10. Organization: Compaq Computer Corp.
  11. Date: Fri, 19 Jan 1996 15:24:21 GMT
  12. References: <4dnuqi$nu5@news.rz.uni-passau.de>
  13. X-Nntp-Posting-Host: 172.18.124.43
  14. Content-Transfer-Encoding: 7bit
  15.  
  16. timo hickl wrote:
  17. > Hi,
  18. > I am working on a MSVC++ 4.0 program using MFC which contains
  19. > more than one string table resource (e.g. an English-string
  20. > table resource and a German-string table resource).
  21. > How can I enable the user of may program to switch from one
  22. > string table resource to another at runtime (e.g. switch from
  23. > the English-string table resource to the German-string table
  24. > at runtime)?
  25.  
  26. Have two resource only dll's that contain the string tables.
  27. Load the appropriate dll based upon what language you wish to
  28. display.
  29.  
  30. FYI, this is really a Windows programming question, not a C++
  31. one and should probably be posted to one of the Windows 
  32. programming newsgroups.
  33.